home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / win_game / rend3221.zip / RENDZU.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  1996-06-01  |  2KB  |  121 lines

  1. object AboutBox: TAboutBox
  2.   Left = 237
  3.   Top = 146
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 208
  8.   ClientWidth = 456
  9.   Font.Color = clWindowText
  10.   Font.Height = -16
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object OKButton: TBitBtn
  19.     Left = 325
  20.     Top = 168
  21.     Width = 96
  22.     Height = 27
  23.     Font.Color = clBlack
  24.     Font.Height = -15
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     Kind = bkOK
  30.     Margin = 2
  31.     Spacing = -1
  32.     IsControl = True
  33.   end
  34.   object SecretPanel1: TSecretPanel
  35.     Left = 8
  36.     Top = 8
  37.     Width = 441
  38.     Height = 147
  39.     Lines.Strings = (
  40.       ''
  41.       ''
  42.       ''
  43.       ''
  44.       'R E N D Z U'
  45.       ''
  46.       'Japanese national game'
  47.       ''
  48.       'version 2.1 for Windows 95'
  49.       ''
  50.       'designed by Vadim Miller'
  51.       ''
  52.       '&'
  53.       ''
  54.       'Borland Delphi  '
  55.       ''
  56.       '_______________________'
  57.       ''
  58.       'Demo Center'
  59.       'of '
  60.       'Client/Server  technologies'
  61.       ''
  62.       'E-mail:'
  63.       'miller@bor.compnet.ru'
  64.       ''
  65.       '_______________________'
  66.       ''
  67.       'Credits:'
  68.       ''
  69.       'Animation'
  70.       'A. Dolotin'
  71.       ''
  72.       'New Delphi components'
  73.       'F. Kozhevnikov'
  74.       ''
  75.       '_______________________'
  76.       ''
  77.       'General distributor & copyright:'
  78.       ''
  79.       'Lapot'#39'soft Ltd, 1996. All rights reserved.'
  80.       ''
  81.       'D. Karpatchev'
  82.       'Z∩┐╜rcherstrasse 233'
  83.       '8953, Dietikon'
  84.       'Switzerland'
  85.       ''
  86.       'WWW:'
  87.       'http://ourworld.compuserve.com/homepages/Dmitri_Karpatchev/'
  88.       ''
  89.       'E-mail:'
  90.       '100760.3527@compuserve.com'
  91.       ''
  92.       'Tel./Fax:'
  93.       '+41 (1) 742-36-31'
  94.       ''
  95.       '_______________________'
  96.       '')
  97.     BevelInner = bvLowered
  98.     BevelOuter = bvRaised
  99.     Font.Color = clMaroon
  100.     Font.Height = -13
  101.     Font.Name = 'System'
  102.     Font.Style = [fsBold, fsItalic]
  103.     ParentFont = False
  104.     TabOrder = 1
  105.   end
  106.   object Button1: TButton
  107.     Left = 24
  108.     Top = 168
  109.     Width = 209
  110.     Height = 27
  111.     Caption = 'Download latest version...'
  112.     TabOrder = 2
  113.     OnClick = Button1Click
  114.   end
  115.   object Timer1: TTimer
  116.     OnTimer = SecretPanel1StopPlay
  117.     Left = 8
  118.     Top = 168
  119.   end
  120. end
  121.